home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11650 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  854 b 

  1. Path: news.crystalball.com!news
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Borland C's tmpnam()
  5. Date: Mon, 25 Mar 1996 11:12:19 -0600
  6. Organization: crystalball.com
  7. Message-ID: <3156D3F3.2965@oc.com>
  8. References: <4j5ccr$isd@freenet.vcu.edu>
  9. NNTP-Posting-Host: external.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. hguller@freenet.vcu.edu wrote:
  16.  > 
  17.  > I don't think the C standard concerns itself with multiprocessing.
  18.  > Tmpnam will only work TMP_MAX times during the execution of a program.
  19.  
  20. OK, in that light, the library function's definition is quite sufficient.
  21.  
  22. A tutorial on C may wish to stress the language's use in a multiprocessing
  23. environment, but there's no need for the C language Standard to get bogged
  24. down in such matters.
  25.